From 4d5a0c9d2adbe0e8d79947762a1bafe09c941ba7 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 24 Jan 2021 11:09:52 +0000 Subject: [PATCH] Increase dependency on librsvg2-common from Suggests to Recommends This is not a hard dependency, but should be installed in nearly all cases. Increasingly many icons are provided in SVG format, so applications will appear broken if the SVG pixbuf loader is not installed. See #980396 for more information. adwaita-icon-theme already Recommends librsvg2-common, but people who routinely do not install recommended packages will get a better hint about how much will be broken by its removal if GTK also recommends it. --- debian/control | 6 +++--- debian/control.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 45a598da10..86b33189b8 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gtk4 Section: libs Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Emilio Pozuelo Monfort , Jeremy Bicha +Uploaders: Jeremy Bicha Build-Depends: adwaita-icon-theme , at-spi2-core , dbus , @@ -76,9 +76,9 @@ Depends: adwaita-icon-theme, libgtk-4-common (>= ${source:Version}) Provides: gtk4-binver-4.0.0 Recommends: libgtk-4-bin, - iso-codes + iso-codes, + librsvg2-common, Suggests: gvfs, - librsvg2-common Breaks: libgtk-4-0 (<< 4.0.0), Replaces: libgtk-4-0 (<< 4.0.0), Pre-Depends: ${misc:Pre-Depends} diff --git a/debian/control.in b/debian/control.in index c6ba7b2802..02519ab88a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -76,9 +76,9 @@ Depends: adwaita-icon-theme, @COMMON_PKG@ (>= ${source:Version}) Provides: @GTK_BINVER_DEP@ Recommends: @BIN_PKG@, - iso-codes + iso-codes, + librsvg2-common, Suggests: gvfs, - librsvg2-common Breaks: libgtk-4-0 (<< 4.0.0), Replaces: libgtk-4-0 (<< 4.0.0), Pre-Depends: ${misc:Pre-Depends} -- 2.30.2